go/doc.reader.isVisible (method)
4 uses
go/doc (current package)
reader.go#L201: func (r *reader) isVisible(name string) bool {
reader.go#L326: if domName != "" && r.isVisible(domName) && domFreq >= int(float64(len(decl.Specs))*threshold) {
reader.go#L453: if n, imp := baseTypeName(factoryType); !imp && r.isVisible(n) && !r.isPredeclared(n) {
reader.go#L752: visible := r.isVisible(t.name)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)